Skip to content

Update dependency prettier to v2.8.8#44

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/prettier-2.x
Open

Update dependency prettier to v2.8.8#44
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/prettier-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 10, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 2.2.12.8.8 age adoption passing confidence

Release Notes

prettier/prettier (prettier)

v2.8.8

Compare Source

v2.8.7

Compare Source

v2.8.6

Compare Source

v2.8.5

Compare Source

v2.8.4

Compare Source

v2.8.3

Compare Source

v2.8.2

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.2

Compare Source

v2.6.1

Compare Source

diff

Ignore loglevel when printing information (#​12477 by @​fisker)

v2.6.0

Compare Source

prettier --loglevel silent --find-config-path index.js

v2.5.1

Compare Source

diff

Improve formatting for empty tuple types (#​11884 by @​sosukesuzuki)
// Input
type Foo =
  Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends []
    ? Foo3
    : Foo4;

// Prettier 2.5.0
type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [

]
  ? Foo3
  : Foo4;

// Prettier 2.5.0 (tailingCommma = all)
// Invalid TypeScript code
type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [
  ,
]
  ? Foo3
  : Foo4;

// Prettier 2.5.1
type Foo =
  Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends []
    ? Foo3
    : Foo4;
Fix compatibility with Jest inline snapshot test (#​11892 by @​fisker)

A internal change in Prettier@​v2.5.0 accidentally breaks the Jest inline snapshot test.

Support Glimmer's named blocks (#​11899 by @​duailibe)

Prettier already supported this feature, but it converted empty named blocks to self-closing, which is not supported by the Glimmer compiler.

See: Glimmer's named blocks.

// Input
<Component>
  <:named></:named>
</Component>

// Prettier 2.5.0
<Component>
  <:named />
</Component>

// Prettier 2.5.1
<Component>
  <:named></:named>
</Component>

v2.5.0

Compare Source

diff

🔗 Release Notes

v2.4.1

Compare Source

diff

Fix wildcard syntax in @forward (#​11482) (#​11487 by @​niksy)
// Input
@&#8203;forward "library" as btn-*;

// Prettier 2.4.0
@&#8203;forward "library" as btn- *;

// Prettier 2.4.1
@&#8203;forward "library" as btn-*;
Add new CLI option debug-print-ast (#​11514 by @​sosukesuzuki)

A new --debug-print-ast CLI flag for debugging.

v2.4.0

Compare Source

diff

🔗 Release Notes

v2.3.2

Compare Source

diff

Fix failure on dir with trailing slash (#​11000 by @​fisker)
$ ls
1.js  1.unknown

v2.3.1

Compare Source

$ prettier . -l
1.js
$ prettier ./ -l
[error] No supported files were found in the directory: "./".

v2.3.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from Nitive as a code owner May 10, 2021 00:21
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 4e1888c to 89c710b Compare June 5, 2021 11:03
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.3.0 chore(deps): update dependency prettier to v2.3.1 Jun 5, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 89c710b to 8a097c3 Compare June 26, 2021 09:50
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.3.1 chore(deps): update dependency prettier to v2.3.2 Jun 26, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 8a097c3 to 8e622b9 Compare September 9, 2021 10:42
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.3.2 chore(deps): update dependency prettier to v2.4.0 Sep 9, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 8e622b9 to 0a572e9 Compare September 16, 2021 08:49
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.4.0 chore(deps): update dependency prettier to v2.4.1 Sep 16, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 0a572e9 to bab6c19 Compare November 25, 2021 15:02
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.4.1 chore(deps): update dependency prettier to v2.5.0 Nov 25, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from bab6c19 to 552b3e9 Compare December 4, 2021 15:27
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.5.0 chore(deps): update dependency prettier to v2.5.1 Dec 4, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 552b3e9 to 4f26ac1 Compare January 28, 2022 17:42
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 4f26ac1 to ec10f69 Compare March 16, 2022 05:39
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.5.1 chore(deps): update dependency prettier to v2.6.0 Mar 16, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from ec10f69 to 19949b1 Compare March 25, 2022 06:32
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.6.0 chore(deps): update dependency prettier to v2.6.1 Mar 25, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from bb9ea9c to 81dc6d5 Compare April 2, 2022 18:43
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.6.1 chore(deps): update dependency prettier to v2.6.2 Apr 2, 2022
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.6.2 Update dependency prettier to v2.6.2 Apr 21, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 81dc6d5 to 192d541 Compare June 14, 2022 06:56
@renovate renovate Bot changed the title Update dependency prettier to v2.6.2 Update dependency prettier to v2.7.0 Jun 14, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 192d541 to e55c8f4 Compare June 16, 2022 12:11
@renovate renovate Bot changed the title Update dependency prettier to v2.7.0 Update dependency prettier to v2.7.1 Jun 16, 2022
@renovate renovate Bot changed the title Update dependency prettier to v2.7.1 chore(deps): update dependency prettier to v2.7.1 Sep 25, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from e55c8f4 to 181d838 Compare November 23, 2022 06:12
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.7.1 chore(deps): update dependency prettier to v2.8.0 Nov 23, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 181d838 to 27b6d76 Compare December 7, 2022 19:54
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.0 chore(deps): update dependency prettier to v2.8.1 Dec 7, 2022
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.1 chore(deps): update dependency prettier to v2.8.4 Mar 17, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 27b6d76 to 871add3 Compare March 17, 2023 01:45
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 17, 2023

yarn.lock changes

Click to toggle table visibility
Name Status Previous Current
prettier UPDATED 2.2.1 2.8.8

@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.4 chore(deps): update dependency prettier to v2.8.6 Mar 23, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 871add3 to bdf8132 Compare March 23, 2023 13:43
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.6 chore(deps): update dependency prettier to v2.8.7 Mar 24, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from bdf8132 to 4d58472 Compare March 24, 2023 08:53
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.7 chore(deps): update dependency prettier to v2.8.8 May 28, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 4d58472 to 802173d Compare May 28, 2023 10:36
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 802173d to 9613ca2 Compare June 22, 2023 11:36
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 9613ca2 to 7cdf610 Compare August 10, 2025 12:41
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.8 Update dependency prettier to v2.8.8 Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants